1. Configure your local computer IP address to 192.168.1.11. 2. Connect to the RedBoot bootloader by telnet on 192.168.1.1 and port 9000. Enter telnet command at the moment Ethernet LED lights up after powering on the EAP-3660 board (about 10 sec. after power on). Because timeslot for this is short, you might need several tries. 3. Enter the RedBoot console by pressing CTRL+C. 4. Copy linux.bin to your TFTP server directory. (once you installed a tftp server) 5. Configure the RedBoot bootloader IP and TFTP server settings using ip_address -l [local ip address] -h [remote server address] 6. Flash the unit by entering the following commands: RedBoot> fis init About to initialize [format] FLASH image system - continue (y/n)? y *** Initialize FLASH Image System ... Erase from 0xa87e0000-0xa87f0000: . ... Program from 0x80ff0000-0x81000000 at 0xa87e0000: . RedBoot> load -r -b 0x80041000 linux.bin Using default protocol (TFTP) - Raw file loaded 0x80041000-0x80663fff, assumed entry at 0x80041000 RedBoot> fis create linux ... Erase from 0xa8030000-0xa8653000: ................................................................................................... ... Program from 0x80041000-0x80664000 at 0xa8030000: ................................................................................................... ... Erase from 0xa87e0000-0xa87f0000: . ... Program from 0x80ff0000-0x81000000 at 0xa87e0000: . RedBoot> fconfig Enter the bootscript: fis load -l linux exec Save the config and do: RedBoot> reset